home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
367
/
hyperdialer
/
install
< prev
next >
Wrap
Text File
|
1995-03-14
|
717b
|
26 lines
echo
echo "HyperDialer Installation"
echo "------------------------------------------------------------------"
echo "This script will copy HyperDialer into your C: directory and"
echo "the 2 support files into your S: directory, as well as the"
echo "library file in LIBS:"
echo
echo "You may abort now or continue. The DeInstall program will "
echo "remove this program if you later decide you do not wish to "
echo "have it installed. "
echo
ask "Do you wish to continue (Y/N) "
IF WARN
copy HDial C: QUIET
copy HDial.Config S: QUIET
copy HDial.Phones S: QUIET
copy Req.library LIBS: QUIET
echo "HyperDialer Installation Complete."
ELSE
echo "HyperDialer Installation Aborted."
ENDIF